projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb2ee71
)
build: Add missing variable definition
author
Emmanuele Bassi
<ebassi@gnome.org>
Fri, 5 Mar 2021 16:44:17 +0000
(16:44 +0000)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 11 Mar 2021 16:37:38 +0000
(16:37 +0000)
gtk/meson.build
patch
|
blob
|
history
diff --git
a/gtk/meson.build
b/gtk/meson.build
index 90d7b277a9c495e38972092b6a5428cf1d57ea06..fe0ec456d9db3af10f7980017977371f630a80ee 100644
(file)
--- a/
gtk/meson.build
+++ b/
gtk/meson.build
@@
-778,6
+778,7
@@
if os_unix
endif
if os_win32
+ gtk_win32_print_headers = []
gtk_win32_print_sources = files([
'gtkprint-win32.c',
'gtkprintoperation-win32.c',